This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Julia Zekgeroplopings 20.Jan.04 11:28 PM a Web browser Applications Development6.5; 6.0.3All Platforms
I just figured out that I can use _CreationDate and _RevisionDate field names to search for a document by creation date or modified date. This is the query string I use to search for all documents that were created after January 10th 2004: "[_CreationDate] > 1/10/2004".
Now, I want to run a search to find all document created by certain authors. I can search by authors using the Lotus Notes Client, but how can I find these documents programatically?